-
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update 2.4 (Desktop) #290
Merged
Merged
Update 2.4 (Desktop) #290
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…isibility of the underneath values
…r different functions" This reverts commit 33afb89.
…ass in a single generated file
…ated button styling in multiple components
This change improves user experience by allowing quick sharing of images. However, as this feature is not supported in all browsers, an error message has been added for unsupported cases.
Deleted the BuildShareResult.cs file and updated handling of build sharing, image saving and link generation in ShipStatsTab. Also user notifications.
also fix default starting folder for the folder picker being a collection instead of an actual folder.
* add service to navigate from one page of the app to the other without losing builds. add buttons to go back to ships stats page in all app pages * integrate metrics logging into the service * fix multiple blank lines * fix wrong localization * Simplify the navigator service and drastically reduce methods overloading * remove unnecessary service injections * make url generation method static * add documentation * change container lists into an immutable one * move DataTransfer folder from Infrastructure to features * rearrange DataTransfer directory and split navigation-related classes into new Navigation feature * remove metricLabel parameter from AppNavigator service methods and integrate them into LogMetrics method logic * move updateBuildConfirmationDialog into its own method --------- Co-authored-by: floribe2000 <git@floribe2000.de>
* add parameterized localization support for ILocalizer * apply new parameterized localization to OverwriteExistingBuildConfirmationDialog and rename the dialog to better show its use case * remove methods for parameterized game localization game localization is not localized, only app localization can use placeholders
* New translations translation.resx (French) * New translations translation.resx (Spanish) * New translations translation.resx (German) * New translations translation.resx (Hungarian) * New translations translation.resx (Italian) * New translations translation.resx (Japanese) * New translations translation.resx (Korean) * New translations translation.resx (Dutch) * New translations translation.resx (Polish) * New translations translation.resx (Russian) * New translations translation.resx (Turkish) * New translations translation.resx (Chinese Simplified) * New translations translation.resx (Chinese Traditional) * New translations translation.resx (Portuguese, Brazilian) * New translations translation.resx (Russian) * New translations translation.resx (Japanese) * New translations translation.resx (Chinese Traditional)
the source generator tests do not work properly with the new nunit version
yesod30
approved these changes
Jan 7, 2024
* first draft of a custom pager * Add page size to app settings * remove unnecessary custom pager component * add missing localization * increase default page size from 25 to 50 * change pageSize url parameter setting threshold * remove pageSize property direct set and delegate its setting to SetRowsPerPageAsync method of the MudDataGrid component * remove unnecessary pageCounter variable
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.